home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Oberon⁄F™ 1.2 / Preinstalled version / Dev / Docu / References (.txt) < prev    next >
Encoding:
Oberon Document  |  1996-03-29  |  2.6 KB  |  48 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. Helvetica
  23. Helvetica
  24. Helvetica
  25. Helvetica
  26. DevReferences
  27. DEFINITION DevReferences;
  28.     IMPORT TextMappers, Files;
  29.     PROCEDURE  ShowDocu;
  30.     PROCEDURE  ShowSource;
  31.     PROCEDURE  ShowText (module, ident: TextMappers.String; category: Files.Name);
  32. END DevReferences.
  33. This module provides two commands which, given the name of a module or of a qualified identifier, look up the corresponding documentation or source text.
  34. PROCEDURE ShowDocu
  35. Guard: TextCmds.SelectionGuard
  36. Looks up the documentation text of the module whose name is selected. If a qualified identifier is selected, i.e. "module.ident", the corresponding item is searched. It must be written in boldface and in a smaller than 14 point type. The document must be located in the Docu directory of the module's subsystem.
  37. PROCEDURE ShowSource
  38. Guard: TextCmds.SelectionGuard
  39. Looks up the source text of the module whose name is selected. If a qualified identifier is selected, i.e. "module.ident", the corresponding item is searched. It must be written in boldface and in a smaller than 14 point type. The document must be located in the Mod directory of the module's subsystem.
  40. PROCEDURE  ShowText (module, ident: TextMappers.String; category: Files.Name)
  41. Used internally.
  42. TextControllers.StdCtrlDesc
  43. TextControllers.ControllerDesc
  44. Containers.ControllerDesc
  45. Controllers.ControllerDesc
  46. Helvetica
  47. Documents.ControllerDesc
  48.